<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

/* é…Œæƒ…ä¿®æ”¹ */
body {
	background: #fff;
	color: #2c2c2c;
	font-size: 14px;
	font-family: "å¾®è½¯é›…é»‘";
}

/* çŸ­å¼•ç”¨çš„å†…å®¹å¯å–å€¼ï¼š''æˆ–"" */
q:before,
q:after {
	content:'';
}

/* ç¼©å†™ï¼Œå›¾ç‰‡ç­‰æ—&nbsp;è¾¹æ¡† */
fieldset,
img,
abbr,
acronym {
	border: 0 none;
}

abbr,
acronym {
	font-variant: normal;
}

legend {
	color: #000;
}

/* æ¸…é™¤ç‰¹æ®Šæ&nbsp;‡è®°çš„å­—ä½“å’Œå­—å· */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	/*font-weight: normal;*/
	/*font-style: normal;*/
}

/* ä¸Šä¸‹æ&nbsp;‡ */
sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

/* è®¾ç½®è¡¨æ&nbsp;¼çš„è¾¹æ¡†è¢«åˆå¹¶ä¸ºä¸€ä¸ªå•ä¸€çš„è¾¹æ¡†, æŒ‡å®šåˆ†éš”è¾¹æ¡†æ¨¡åž‹ä¸­å•å…ƒæ&nbsp;¼è¾¹ç•Œä¹‹é—´çš„è·ç¦»ä¸º0*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* è¡¨æ&nbsp;¼æ&nbsp;‡é¢˜åŠå†…å®¹å±…å·¦æ˜¾ç¤º */
caption,
th {
	text-align: left;
}

input,
img,
select {
	vertical-align: middle;
}

/* æ¸…é™¤åˆ—è¡¨æ&nbsp;·å¼ */
ol,
ul {
	list-style: none;
}

/* è¾“å…¥æŽ§ä»¶å­—ä½“ */
input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* æ&nbsp;‡é¢˜å…ƒç´&nbsp;æ&nbsp;·å¼æ¸…é™¤ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

/* é“¾æŽ¥æ&nbsp;·å¼ï¼Œé¢œè‰²å¯é…Œæƒ…ä¿®æ”¹ */
del,
ins,
a {
	text-decoration: none;
}

/*a:link {*/
/*	color: #000;*/
/*}*/

/* a:visited {
	color: #800080;
}

a:hover,
a:active,
a:focus {
	color: #c00;
	text-decoration: underline;
} */

/* é¼&nbsp;æ&nbsp;‡æ&nbsp;·å¼ */
input[type="submit"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.clear {
	clear: both;
}
</pre></body></html>